Crate ockam_multiaddr
source ·Expand description
This crate provides an implementation of multiformats.io/multiaddr.
The main entities of this crate are:
MultiAddr
: A sequence of protocol values.Protocol
: A type that can be read from and written to strings and bytes.Codec
: A type that understands protocols.ProtoValue
: A section of a MultiAddr.
Modules
Structs
- Asserts that the wrapped value has been subject to some inspection.
- A numeric protocol code.
- A sequence of
Protocol
s. - Protocol value bytes.